﻿@charset "utf-8";
/* CSS Document */

body,html{margin:0;padding:0;font-family: Microsoft YaHei; font-size: 1rem;  line-height: 1.5; color: #373a3c; background-color: #fff; width:100%; max-width:100%; min-width:1100px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,tr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
input:hover,input:active,input:focus{ outline: 0;}
ul,ul li,input, dl, dd {  padding:0; margin:0; list-style-type:none;}
img,a img{border:0;margin:0;padding:0;}
img{vertical-align: middle;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration:none; color:#444;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{text-decoration:none; cursor:pointer}
.fl{float:left;}
.fr{float:right;}
textarea{resize:none; overflow:auto;}
.clearfix:after {content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.clear { clear: both;font-size: 0;height: 0;line-height: 0;}
.baseDiv{ width:1400px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.mt5 {margin-top: 5px!important;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.myClass{
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;
}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/*header*/
.nav_bar{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    position: fixed;
    top: 80px;
    right: 80px;
    z-index: 111111;
    opacity: 0;
    transition: all 0.6s;
    cursor: pointer;
}
.nav_bar::after{
    content: '';
    display: block;
    width: 22px;
    height: 25px;
    background: url(../images/icon.png) -231px -149px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12.5px;
    margin-left: -11px;
}
.header{
  
    border-bottom: 1px solid rgba(255,255,255,.6);
    z-index: 1111;
    height: 110px;
	position:fixed;
    top: 0;
    left: 0;
	background:url(../images/topbj.png) no-repeat top;
    width: 100%;
    transition: all 0.6s;
}
.h_con{
    width: 1400px;
    margin: 0 auto;
}
.logo{
    width: 270px;
    height:110px;
}
.logo,.nav{
    float: left;
}
.icon{
    float:right;
    margin-top: 45px;
    overflow: hidden;
}
.nav{
    overflow: inherit;
    margin-left: 120px;
}
.nav::after,.h_con::after{
    content: '';
    display: block;
    clear: both;
}
.nav>li{
    float: left;
    text-align: center;
    position: relative;
    line-height: 110px;
    width: 120px;
    margin: 0 10px;
}
.nav>li::after{
    content: '';
    display: block;
    width: 46px;
    height: 3px;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    bottom: -2px;
    background: rgba(255,255,255,.6);
    display: none;
}
.nav>li.active::after{
    display: block;
}
.nav>li a{
    color: #fff;
    display: block;
    width: 100%;
	font-size:17px;
    height: 100%;
}
.icon span a{
    display: block;
    width: 100%;
    height: 100%;
}
.icon span,.icon em{
    width: 22px;
    height: 25px;
    display: block;
    float: left;
    margin-right: 15px;
    background-image: url(../images/icon.png);
}
.icon span{
    background-position: -10px -9px;
}
.icon em{
    background-position: -56px -10px;
    cursor: pointer;
}
.header.active{
    background: #fff;
    box-shadow:0 0 5px rgba(0,0,0,.5);
    border: none;
}
.header.active .nav>li>a{
    color: #333;
}
.header.active .icon span{
    background-position: -185px -148px;
}
.header.active .icon em{
    background-position: -231px -149px;
}
.header.active .nav>li::after{
    display: none;
}
.header.active .nav>li:hover{
    background: #333;
}
.header.active .nav>li:hover a{
    color: #fff;
}

.nav_er{
    position: absolute;
    top: 110px;
    left: 50%;
    width: 180px;
    background:  #333;
    margin-left: -90px;
    display:none;
}
.nav_er ul li{
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    border-bottom: 1px dotted #969596;
}
.nav_er ul li:hover{
    background:#7c7a7c ;
}
.nav_er ul li:last-child{
    border: none;
}
.nav_er ul li a{
    color: #fff;
}


@media screen and (max-width: 1830px) {
}


/*首页banner*/
.topzhutu{position: absolute;z-index: 999;left: 50%;margin-left: -410px;top: 24%;}


/* 内页banner */
.focus {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 999;
}

.focus .hd {
  width: 100%;
  height: 20px;
  position: absolute;
  z-index: 99;
  bottom: 80px;
  text-align: center;

}
.focus .bd li .oi-first-screen-video{width: 100%;position: relative;}
.focus .bd li .oi-first-screen-video video{position: absolute;left: 0;bottom: 0;z-index: 100;width: 100%;}
.focus .bd li .oi-first-screen-video .banner_1{z-index: 200;position: relative;}
.focus .hd ul {
  display: inline-block;
  height: 25px;
  padding: 3px 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 0;
  vertical-align: top;
}

.focus .hd ul li {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0 10px;
  vertical-align: top;
  overflow: hidden;
  border: 2px solid #fff;
  text-indent: 20em;
}

.focus .hd ul .on {
  background: #fff;
}

.focus .bd {
  position: relative;
  z-index: 0;
}
.focus .bd li .oi-first-screen-video{width: 100%;position: relative;}
.focus .bd li .oi-first-screen-video video{position: absolute;left: 0;bottom: 0;z-index: 100;width: 100%;}
.focus .bd li .oi-first-screen-video .banner_1{z-index: 200;position: relative;}

.focus .bd li img {
  width: 100%;
}

.focus .bd li a {
  -webkit-tap-highlight-color: transparent;
}

.focus .prev {
  position: absolute;
  top: 45%;
  z-index: 999;
  left: 0;
}

.focus .next {
  position: absolute;
  top: 45%;
  z-index: 999;
  right: 0;
}



/*分类*/
.navbj{
    width: 1400px;
    margin: 0 auto;
    height: 145px;
    background: #09a358;
    border-radius: 10px;
    margin-top: -40px;
    position: relative;
    z-index: 999
}
.navbj ul li{
    width: 350px;
    height: 145px;
    float:left;
    background: url(../images/xian.png) right center no-repeat; 
}
.navbj ul li:nth-child(4){
    background: initial;
}
.navbj ul li img{
    float: left;
    margin-left: 45px;
    margin-top: 40px;
}
.navbj ul li p{
    float: left;
    font-size: 20px;
    color: #fff;
    margin-left: 20px;
    margin-top: 40px;
}
.navbj ul li p a{
     font-size: 20px;
    color: #fff;   
}
.navbj ul li p span{
    display: block;
    font-size: 18px;
    font-family: "Aparajita";
    text-transform: uppercase;
}
.navbj ul li:hover img{
    transition: all 0.5s;
    transform: rotate(360deg);
}
.navbj ul li:hover p a{
    text-decoration: underline;
}


/*简介*/
.aboutbj{height: 575px;background:#fff url(../images/abbj.jpg) center no-repeat;margin-top: 60px;border-bottom: 1px #ededed solid;}
.abimg:hover img{animation: ball .6s infinite alternate;}
.neirong{width: 880px;}
.neirong b{font-size: 60px;color: #333;}
.neirong h3{color: #333;font-size: 23px;}
.neirong h3 a:hover{color: #002d89;}
.neirong p{color: #302f2f;font-size: 17px;line-height:35px;display: block;margin-top: 35px;}
.neirong p span{color: #dd0000;}

.ys_box{height: 180px;margin-top: 60px;}
.ys_box ul{background: url(../images/xian.jpg) right center no-repeat;}
.ys_box ul li{float: left;width: 350px;height: 180px;text-align: center;background: url(../images/xian.jpg) left center no-repeat;}

.ys_box .div1{position: relative;}
.ys_box .div1 .span1{font-size: 60px;color: #333;font-family: "Arial";}
.ys_box .div1 .span3{width: 35px;height: 35px;background: #ffa900;border-radius: 50px;display:inline-block;margin-left: 10px;position: relative;bottom: 15px;line-height: 32px;color: #fff;font-size: 16px;}
.ys_box .div2 .span2{font-size: 18px;color: #666;}


/*解决方案*/
.tit{
    text-align: center;
    margin-top: 45px;
}
.tit p{
    color: #3d3d3d;
    font-size: 17px;
    line-height: 40px;
}
.fangan{
    width: 100%;
    height: 735px;
    overflow: hidden;
    margin-top: 25px;
}
.fangan ul li{
    width: 20%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.fangan ul li .fabt{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 26, 13, .5);
    bottom: 0;
}
.fangan ul li .fabt img{
    margin-top: 270px;
}
.fangan ul li .fabt em{
    display: block;
    width: 105px;
    height: 35px;
    border: 1px #fff solid;
    margin: 0 auto;
    line-height: 35px;
    color: #fff;
    font-size: 15px;
    margin-top: 40px;
    opacity: 0
}
.fangan ul li .fabt span{
    display: block;
    color: #fff;
    font-size: 25px;
    margin-top: 20px;
}
.fangan ul li:hover img{
    transition: all 0.6s;
    transform: scale(1.2);
}
.fangan ul li:hover .fabt{
    height: 450px;
    background: rgba(9, 163, 88, .9);
    margin-top: 285px;
}
.fangan ul li:hover .fabt a{
   display: block; 
}
.fangan ul li:hover .fabt img{
    transition: all 0.5s;
    transform: rotate(360deg);
}
.fangan ul li:hover .fabt img{
    margin-top: 75px;
}
.fangan ul li:hover .fabt em{
    opacity: 1
}


/*jiameng*/
.jiameng{
    width: 100%;
    padding-bottom: 55px;
}
.jm_con{
    background: url(../images/lc_line.png) right center no-repeat;
}
.jm_l{
    float: left;
    margin-top:10px;
}
.jm_r{
    float: left;
    margin-left: 50px;
    width: 910px;
}
.jm_r ul{
    margin-top: 50px;
}
.jm_r ul li{
    float: left;
    text-align: center;
    cursor: pointer;
    margin:0 10px;
}
.jm_r ul li div em{
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}
.jm_r ul li div i{
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
    margin-top: 3px;
}
.jm_r ul li span{
    transition: all 0.6s;
    display: block;
    width: 260px;
    height: 185px;
}
.jm_r ul li:hover span{
    transform: rotateX(360deg);
}
.jm_r ul li:nth-child(4){
    margin-top: 35px;
}
.jm_r ul li:nth-child(5){
    margin-top: 35px;
}
.jm_r ul li:nth-child(6){
    margin-top: 35px;
}

/*资质*/
.zzbj{
    width: 100%;
    height: 720px;
    background: url(../images/zzbj.jpg) center no-repeat;
    position: relative;
}
.zizhi{
    position: absolute;
    left: 50%;
    margin-left: -297px;
    bottom: -60px;
}
.zizhi img{
    animation: ball .6s infinite alternate;
}
.zztit{
   margin-left: 630px;
   padding-top:30px;
}
.zztit span{
    display: block;
    font-size: 17px;
    color: #3d3d3d;
    margin-left: 15px;
}
.zznr{
    margin-left: 645px;
    font-size: 17px;
    color: #565656;
    line-height: 30px;
    margin-top: 25px;
}
.zznr a{
    display: block;
    width: 170px;
    height: 45px;
    border: 2px #09a358 solid;
    border-radius: 100px;
    text-align: center;
    line-height: 45px;
    font-size: 17px;
    color: #09a358;
    margin-top: 45px;
}
.zznr a:hover{
    background: #09a358;
    color: #fff
}
/*csae*/
.case_con{
    width: 570px;
    overflow: hidden;
    margin-left: 830px;
    margin-top: 93px;
}
.case_go{
    width: 99999px;
    position: relative;
}
.case_go ul li {
    width:160px;
    height: 225px;
    float: left;
    margin-left: 20px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.case_go ul li .alimg {
    display: block;
    width: 160px;
    height: 225px;
    overflow: hidden;
}
.myClassa{
    background-position:center center; 
    -webkit-background-size: cover;  
    -moz-background-size: cover;  
    -o-background-size: cover; 
    background-size:cover;
    width: 160px;
    height: 225px;
    transition: all 0.6s;
    }
.case_go ul li:hover .alimg .myClassa{
    transform: scale(1.1);
}
.case_a,.case_b{
    float: left;
}

/*案例*/
.albj{
    width: 100%;
    height: 830px;
    background: url(../images/albj.jpg) center no-repeat;
}
.commend-pro {position: relative;height:536px;width: 655px;overflow: hidden;margin-top: 30px;}

.commend-pro .pro-content ul li {overflow: hidden;width: 655px;height: 536px;position: relative; }

.commend-pro .pro-content ul li a img {width: 655px;height:536px; }

.commend-pro .pro-content ul li a cite {position: relative;width: 100%;display: block;text-align: center;height: 34px;line-height: 34px;font-style: normal; }

.commend-pro .pro-content ul li a span {height: 110px;line-height: 130px;width: 630px;display: block;position: absolute;bottom: 0;color: #ffffff;font-size: 20px;background:url(../images/bj.png) center bottom no-repeat;font-weight: bold;padding-left: 25px;}
.commend-pro .pro-content ul li a span::after {
    content: '';
    display: block;
    position: absolute;
    top: 310px;
    width: 20px;
    height: 30px;
    right: 50%;
    margin-left: -10px;
    background: url(../images/jiantou.png) center no-repeat;
    opacity: 0;
}

.commend-pro .pro-content ul li a span em{font-weight: normal;font-size: 18px;}
.commend-pro .pro-content ul li a:hover span {transition: all 1s ease 0s;height: 100%;background: rgba(0, 0, 0, .6);text-align: center;font-size: 28px;line-height: 520px;padding-left: 0;width: 655px}
.commend-pro .pro-content ul li a:hover span::after{opacity: 1}
.commend-pro .pro-content ul li a:hover span em{display: none;}
.commend-pro .pro-content ul li .avatar img {
    display: block;
    height: 536px;
    overflow: hidden;
    width:655px;
    position: relative;
}
.commend-pro .pro-content ul li .avatar img{
    height: 536px;
}
.commend-pro .pro-content ul li .avatar img:hover , .zhuti .avatar img:hover, .bbsinner .avatar img:hover  {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
}

#demo {

    width:730px; overflow:hidden; float:right; height: 550px;margin-top: 30px;}



#indemo {

    width:9000px; float:left

}

#demo1 {

    float:left;

    width:1510px;

}

#demo2 {
    float:left;
    width:1300px;
}

.showcar li{width:355px; height:260px; float:left; margin-right:12px;overflow:hidden; position:relative; margin-bottom:15px;}

.showcar li img{width:355px; height:260px;}

.showcar li p{width:335px; height:110px;padding-left: 20px; position:absolute; left:0px; bottom:0px;background: url(../images/bj.png) left bottom no-repeat;}

.showcar li a{color:#fff;display: block;height: 100%}
.showcar li a span{font-size: 20px;font-weight: bold;padding-top: 36px;display: block;position: relative;height: 30px;overflow: hidden;}
.showcar li a em{display: block;font-size: 15px;line-height: 35px;height: 35px;overflow: hidden;}

.showcar li:hover p{background: rgba(0, 0, 0, 0.6);height: 100%;transition: all 1s ease 0s;text-align: center;padding-left: 0;width: 355px}

.showcar li .avatara img {
    display: block;
    height: 260px;
    overflow: hidden;
    width: 355px;
    position: relative;
}
.showcar li .avatara img{
    height: 260px;
}
.showcar li .avatara img:hover , .zhuti .avatara img:hover, .bbsinner .avatara img:hover  {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
}
.altel{
    width: 390px;
    height: 60px;
    background: #09a358;
    border-radius: 100px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
}
.altel span{
    font-size: 30px;
    font-family: "Arial"
}


/*新闻*/
.newbj{
    width: 100%;
    height: 700px;
    background: url(../images/xwbj.jpg) center no-repeat;
}
.xwlb{
    width: 1400px;
    margin: 0 auto;
    margin-top: 40px;
    
}
.xwlb ul li{
    box-sizing: border-box;
    width: 440px;
    height: 370px;
    margin-left: 20px;
    float: left;
    border: 1px #e8e8e8 solid;

}
.xwlb ul li .xwimg{
    width: 420px;
    height: 250px;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
}
.xwlb ul li .xwimg img{
    width: 100%;
}
.xwlb ul li .xinwen h3{
    width: 420px;
    height: 53px;
    margin: 0 auto;
    border-bottom: 1px #e8e8e8 solid;
    display: block;
    line-height: 53px;
    color: #1f1f1f;
    font-size: 18px;
}
.xwlb ul li .xinwen h3 a{
    color: #1f1f1f;
}
.xwlb ul li .xinwen .xwtime{
    height: 50px;
    line-height: 50px;
    width: 420px;
    margin: 0 auto;
}
.xwlb ul li .xinwen .xwtime span{
    color: #929292;
    font-size: 14px;
    float: left;
}
.xwlb ul li .xinwen .xwtime a{
    float: right;
    margin-top: 15px;
}


.xwlb ul li:hover .xwimg img{
    transition: all 0.6s;
    transform: scale(1.2);
}
.xwlb ul li:hover .xinwen h3 a{
    color: #09a358;
    padding-left: 13px;
}
.xwgd{
    width: 170px;
    height: 45px;
    background: #09a358;
    border-radius:10px 0 10px 0;
    margin: 0 auto;
    margin-top: 35px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.xwgd a{
    color: #fff;
    display: block;
}
.xwgd:hover{
    background: #ff9600
}


/*合作客户*/
.cooper{
  width: 100%;
  height: 370px;
  background: url(../images/hzbj.jpg) center no-repeat;
}
.hzbt{
  text-align: center;
  padding-top: 40px;
}
.hzbt a{
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.hzbt a::after {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    width: 35px;
    height: 35px;
    background: url(../images/yuan.png) center no-repeat;
    right: -50px;
}
.hzbt span{
  font-size: 23px;
  font-family: "Arial";
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.pro_list_con{
  width: 1420px;
    margin:0 auto;
  position: relative;
}
.cpnav{
    margin-top: 30px;
    overflow: hidden;
    height: 145px;
  width: 1320px;
    margin:0 auto;
  margin-top: 40px;
}
.cpnav ul{
    position: relative;
}
.cpnav ul li{
    float: left;
    width: 250px;
  height: 140px;
  border: 1px #e1e1e1 solid;
  margin-right: 15px;
  overflow: hidden;
}
.cpnav ul li img{
     width: 250px;
  height: 140px;   
}
.cpnav ul li:hover img{
  transition: all 1.2s;
  transform: scale(1.2, 1.2);
}


.list_l, .list_r {
  width: 35px;
  height: 40px;
  background-image: url(../images/icona.png);
  position: absolute;
  top: 55px;
  cursor: pointer;
}
.list_l {
  background-position: 0 -160px;
  left: 0px;
}
.list_r {
  background-position: -40px -160px;
  right: 0px;
}





/*底部*/
.footer {
    height:360px;
    background:#121212;
    width: 100%;
}
.dbtel{
    width: 430px;
    margin-top: 60px;
    margin-right: 100px;
}
.dbtit{
    font-size: 15px;
    color: #6e6e6e;
}
.dbtit span{
    font-size: 23px;
    display: block;
    margin-bottom: 10px;
}
.dbtel h3{
    display: block;
    height: 60px;
    line-height: 60px;
    border-top: 1px #2a2a2a solid;
    border-bottom: 1px #2a2a2a solid;
    font-size: 28px;
    font-family: "Arial";
    color: #6e6e6e;
    margin-top: 25px;
}
.dbtel b{
    color: #6e6e6e;
    font-size: 18px;
    font-weight: normal;
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 65px;
}
.dbtel .zuoji{
    background: url(../images/dha.jpg) left center no-repeat;
    margin-top: 20px;

}
.dbtel .emile{
    background: url(../images/dhb.jpg) left center no-repeat;

}

.on_ly {
    width: 500px;
    margin-top:60px;
}
.on_ly ul{
    margin-top: 20px;
}
.on_ly ul li {
    margin-bottom: 12px;
}
.on_ly ul .in_flt {
    width: 470px;
    height: 40px;
    color: #afafaf !important;
    font-size: 16px;
    padding-left: 10px;
    margin-right: 12px;
    border: 1px #2a2a2a solid;
    border-radius: 5px;
    background: #121212
}
.on_ly ul li .FaqTitlesy {
    width: 90px;
    height: 40px;
    background: #121212;
    border: 1px #2a2a2a solid;
    border-radius: 5px;
    color: #afafaf !important;
    font-size: 16px;
    padding-left: 10px;
    margin-right: 15px;
    float: left;
}
.on_ly ul li #VCode {
    float: left;
    width: 110px;
}
.on_ly ul .in_flta {
    width: 470px;
    height: 40px;
    background: #121212;
    color: #afafaf !important;
    font-size: 16px;
    padding-left: 10px;
    margin-right: 15px;
    border: 1px #2a2a2a solid;
    border-radius: 5px;
    background: #121212
}
.on_ly ul .nanniu_bj {
    width: 237px;
    height: 38px;
    background: #09a358;
    border:none;
    color: #fff;
    font-size: 16px;
    float: left;
    margin-left: 15px;
    border-radius: 5px;
}
.on_ly ul .nanniu_bj:hover {
    background: #ffa200;
}
.dlogo{
    width: 280px;
    text-align: center;
    margin-top: 30px;
}
.dlogo a img{

}
.dlogo ul li{
    float: left;
    width: 118px;
    margin-left: 15px;
    margin-top: 15px;
}
.dlogo ul li span{
    font-size: 15px;
    color: #4a4a4a;
    line-height: 40px;
}


.copy{
    height: 60px;
    line-height: 60px;
    background: #000;

    text-align: center;
    color: #fff;
    font-size: 15px;
}
.copy a{
    color: #fff;
}

/*当前导航*/
.breadcrumbs {
    height: 61px;
    font-size: 14px;
    line-height: 60px;
    color: #fff;
 background: linear-gradient(to right, #5bbb32,#007b9a);
    width: 100%;

}
.breadcrumbs .dh_box {
    width: 1350px;
    margin: 0 auto
}
.breadcrumbs .sortName {
    color:#fff;
    font-size:22px;
    font-weight:700;
}
.breadcrumbs .dqdhMain {
    color: #fff;
    padding-left: 30px;
}
.breadcrumbs .dqdhMain a {
    font-size: 15px;
    color: #fff;
    display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
    text-decoration:underline;
    color:#fff;
}
.breadcrumbs .dqdhMain .span2 {
    color:#fff;
    font-size: 14px;
    display:inline-block;
    padding:0 5px;
}
.breadcrumbs .indexa {
}
.breadcrumbs .span1 {
    color:#fff;
    padding:0 10px 0 30px;
    background:url(../images/dizhi.png) left center no-repeat;
    font-size: 15px;
}
.breadcrumbs .dqdh_class {
    margin-top:10px;
}
.breadcrumbs .dqdh_class li {
    float:left;
    padding:0 15px 0 0px;
}
.breadcrumbs .dqdh_class li a {
    display:block;
    padding:0 50px;
    height:40px;
    line-height:40px;
    color:#fff;
    font-size:23px;
    position:relative;
}
.breadcrumbs .dqdh_class li a::before, .breadcrumbs .dqdh_class li a::after {
content:'';
display:block;
position:absolute;
top:50%;
margin-top:-6px;
height:12px;
width:1px;
border-left:1px solid #fff;
border-right:1px solid #fff;
}
.breadcrumbs .dqdh_class li a::before {
left:20px;
}
.breadcrumbs .dqdh_class li a::after {
right:20px;
}
.about_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 40px;
    position: relative;
    padding-bottom: 40px;
}
.about_l{
    width:100%;
}
.about_tit p{
    color: #707070;
    font-size: 17px;
    font-weight: normal;
    padding-left: 20px;
    position: relative;
    margin-top: 25px;
}

.about_tit{
    margin-bottom: 30px;
    text-align: center;
}
.about_tit>i{
    display: block;
    font-style: normal;
    font-size: 75px;
    color: #f3f3f3;
    font-weight: bold;
}
.about_tit>em{
    font-size: 42px;
    line-height: 1;
    color: #1d1d1f;
    font-weight: bold;
    position: relative;
    margin-top: -50px;
    display: block;
}
.about_tit>em::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -17px;
    width: 50px;
    height: 5px;
    background: #ff9000;
    left: 50%;
    margin-left: -25px;
}

.about_l>p{
    font-size: 15px;
    color: #333;
    line-height: 25px;
    margin-top: 15px;
}
.about_tit1{
    margin-bottom: 30px;
    text-align: center;
}
.about_tit1>em{
    font-size: 42px;
    line-height: 1;
    color: #333;
    font-weight: bold;
    position: relative;
    margin: 0 auto;
}
.about_tit1 p{
    margin-top: 8px;
}
.ys{width: 100%;
     background: #f2f3f5;
     padding: 20px 0 50px 0;
     margin: 0 auto;
}
.way_tit {
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 42px;
    color: #333;
    padding: 40px 0 22px 0;
    background:url(../images/nyxian.png) no-repeat bottom center;
}
.eff{padding: 100px 0 130px;}
.eff h2{margin-bottom: 60px;background: url(../images/ny_tit.png) no-repeat center 60px;font-size: 42px;color: #333;line-height: 42px;font-weight: normal;text-align: center;}
.eff h2 i{display: block;font-size: 16px;color: #666;line-height: 16px;padding-top: 40px;}
.eff_con{width: 1350px;margin: 0 auto; height: 425px;padding-top: 50px;}
.eff_con dl{float: left;width: 400px;height: 425px;border-radius: 20px;overflow: hidden;position: relative;margin: 0 15px;}
.eff_con dt{opacity: 0;transition: all 0.5s;}
.eff_con dd{position: absolute;left: 0;top: 0;width: 100%;height: 100%;text-align: center;box-sizing: border-box;transition: all 0.5s;}
.eff_con dd i{display: block;height: 64px;margin: 74px 0 48px;}
.eff_con dd h3{font-size: 26px;color: #333;line-height: 26px;margin-bottom: 16px;font-weight: normal;}
.eff_con dd p{font-size: 16px;color: #666;line-height: 26px;padding: 0 25px;}
.eff_con dl.cur dt{opacity: 1;}
.eff_con dl.cur dd{padding-top: 110px;}
.eff_con dl.cur dd i{display: none;}
.eff_con dl.cur h3{color: #fff;font-size: 22px;line-height: 40px;padding-bottom: 10px;position: relative;}
.eff_con dl.cur h3:after{position: absolute;width: 22px;height: 2px;content: "";background: #fff;left: 50%;margin-left: -11px;bottom: 0;}
.eff_con dl.cur h3 em{display: none;}
.eff_con dl.cur h3 b{display: block;font-size: 26px;}
.eff_con dl.cur p{color: #fff;}




 .sousuokuang {
            width: 800px;
            margin: auto;
            height: 55px;
            line-height: 55px;
            border-radius: 3px;
            overflow: hidden;
            padding-top: 30px
        }

.sousuokuang ul li{float: left;}
.sousuokuang li:nth-child(1) {
            width: 75%;
            height: 55px;
        }
.sousuokuang li:nth-child(2) {
            width: 25%;
            height: 55px;
        }
.sousuokuang input {
            width: 100%;
            height: 55px;
            line-height: 55px;
            border: 0;
            outline: none;
            font-size: 18px
        }
.sousuokuang li:nth-child(1) input {
            padding-left: 3%;
            width: 100%
        }
.sousuokuang li:nth-child(2) input {
            background: #737373;
            color: #FFF
                cursor: pointer;
        }
.sousuokuang li:nth-child(2) input:hover {
            background: #333;
            color: #FFF
        }

/*内页联系方式*/
.page{
    
}
.page_con{
    width: 1350px;
    margin: 60px auto;
    position: relative;
}
.page_con::after{
    content: '';
    display: block;
    clear: both;
}
.page_tit h4{
    position: relative;
    color: #333333;
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 12px;
    text-align: center;
    font-weight: normal;
}
.page_tit{
    margin-bottom: 30px;
}
.page_tit h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 5px;
    background: #00a38b;
}
.page_contact{
    position: relative;
}
.page_contact h3{
    text-align: left;
    font-size: 48px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
    font-family: 'Calisto MT', Helvetica, sans-serif;
    margin-left: 20px;
}
.page_contact em{
    color: #9fa09f;
    font-size: 15px;
    margin-left: 20px;
}
.page_contact h4{
    font-size: 34px;
    color: #09a358;
    margin: 30px 0;
    font-weight: bold;
    margin-left: 20px;
}
.page_contact p{
    margin-left: 20px;
    font-size: 17px;
    line-height: 35px;
}

.yz{
    overflow: hidden;
    float: left;
}
.yz img{
    width: 140px;
    min-height: 50px;
    height: auto;
    margin-left: 5px;
}
.msg form button{
    background: #82bcf3;
    color: #fff;
    padding: 0;
    float: right;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
}
.hua{
    position: absolute;
    right: -86px;
    top: 0;
}

/*产品列表页*/
.main_rightb {
    width: 1350px;
    margin: 0 auto;
    padding-bottom: 100px;
    margin-top: 30px;
}
.proListal {
    width:1060px;
}
.proListal li {
    width:342px;
    float:left;
    margin:0 0 20px 11px;
    position:relative;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
}
.proListal li .boxal {
    width:100%;
    height:310px;
    display:block;
    cursor:pointer;
}
.proListal li .boxal .spanImgal {
    display:block;
    overflow:hidden;
    width:100%;
    height:310px;
    background-position:center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
}
.proListal li .spanal {
    display: block;
    margin:auto;
    font-size:16px;
    padding: 12px 30px;
    line-height: 45px;
}
.proListal li .spanal a h3{
    color:#002222;
    display: block;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
}
.proListal li .spanal p{
    border-top: 1px solid #e6e6e6;
    height: 45px;

}
.proListal li .spanal p em{
    color: #999999;
    font-size: 15px;
    float: left;
}
.proListal li .spanal p i{
    float: right;
    background: url(../images/ico_6_on.png) right center no-repeat;
    width: 25px;
    line-height: 45px;
    height: 45px;
    opacity: .15;
}
.proListal li:hover{
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
    margin-top: 0px
}
.proListal li:hover .spanal{
    background: #09a358;
}
.proListal li:hover .spanal a h3{
    color: #fff;
}
.proListal li:hover .spanal a p{
    border-top: 1px solid #42b87f;
}
.proListal li:hover .spanal p em{
    color: #fff;
}
.proListal li:hover .spanal p i{
    background: url(../images/ico_6.png) right center no-repeat;
    opacity: 1;
}
.proListal li .avatarb {
    position: relative;
}
.proListal li .avatarb {
    display: block;
    height: 340px;
    overflow: hidden;
    width:100%;
}
.proListal li .avatarb .spanImgal {
    height: 340px;
}
.avatarb:hover .spanImgal, .zhuti .avatarb:hover .spanImgal, .bbsinner .avatarb:hover .spanImgal {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
}

.map_r{
    width: 100%;
    height: 500px;
    margin:0 auto;
    margin-top: 30px;
}
.map_r img{
    width: 100%;
    height: auto;
    min-height: 500px;
}

/*内页分类*/
.nyzc{width: 280px;height:auto;background: #eee;padding-bottom: 20px;}
.lxfs{width: 260px;margin: 0 auto;padding-top: 10px;}
.nyycbt{height: 40px;border-bottom: 1px #bababa solid;line-height: 40px;margin-bottom: 15px;}
.nyycbt a{font-family:"宋体";font-size: 22px;font-weight: bold;color: #000;}
.nyycbt:hover a{color: #09a358}
.lxfs p{font-size: 15px;line-height: 26px;}
.lxfs p b{font-size: 16px;}
.lxfs img{display: block;margin: 0 auto; margin-bottom: 10px;}
.ycxw{width: 260px;margin: 0 auto;padding-top: 10px;}
.yclb{}
.yclb ul li{height: 30px;line-height: 30px;width: 100%;overflow: hidden;}
.yclb ul li a{font-size: 14px;}
.yclb ul li:hover a{color:#09a358}
.yclb span a{color: #888;font-size: 13px;}
.yclb span a:hover{color:#09a358}
.yckuai{background: #c1d1d0;width: 260px;height: 65px;margin: 0 auto;line-height: 65px;text-align: center;margin-top: 13px;}
.yckuai a{font-family:"宋体";font-size: 22px;font-weight: bold;color: #000;display: block;}
.yckuai:hover{background: #8fa6a5;}
.yckuai:hover a{color: #fff;}
.ycxsy{width: 270px;margin: 0 auto;margin-top: 15px;}
.ycxsy img{margin-bottom: 10px;}
.ycxsy ul li{height: 30px;line-height: 30px;overflow: hidden;}
.ycxsy ul li a{font-size: 14px;}
.ycxsy ul li:hover a{color:#0251a9; text-decoration: underline;}
.yccp{width: 260px;margin:0 auto;margin-top: 15px;}
.yccp ul li{width: 260px;height: 245px;margin-top: 15px;}
.yccp ul li img{width: 260px;height: 200px;}
.yccp ul li .ycbt{display: block;width: 260px;height: 45px;background: #c1d1d0;line-height: 45px;text-align: center;color: #000;font-size: 15px;}
.yccp ul li:hover .ycbt{background:#8fa6a5 }





/*新闻列表页*/
.main {
    background: #f5f5f5;
    height: auto;
}
.mainBox {

}
.tit1 {
    text-align: center;
    position: relative;
    padding-top: 50px;
}
.tit1 h3 {
    font-size: 40px;
    color: #333;
}
.tit1 h3 span {
    display: inline-block;
    width: 169px;
    height: 58px;
    background: url(../images/icon1.png) -123px -4px no-repeat;
    color: #fff;
    font-size: 30px;
    line-height: 54px;
    vertical-align: middle;
    margin-right: 8px;
}
.tit1 p {
    color: #333;
    font-size: 15px;
    margin-top: 5px;
}
.page_news{
    position: relative;
}
.page_news ul{
    overflow:  initial;
    position: relative;
}
.page_news ul::after{
    content: '';
    display: block;
    clear: both;
}
.page_news ul li{
    width: 325px;
    height: 470px;
    box-shadow:0 0 25px 3px #f2f2f2 ;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    float: left;
    position: relative;
    z-index: 11;
    transition: all 0.6s;
}
.page_news ul li:hover{
    margin-top: -40px;
}
.page_news ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.page_news ul li span{
    width: 100%;
    height: 240px;
    overflow: hidden;
    display: block;
}
.page_news ul li span img{
    width: 100%;
    height: auto;
    min-height: 240px;
}
.page_news ul li em{
    color: #828282;
    font-size: 18px;
    font-family: "Arial";
}
.page_news ul li h3{
    font-size: 18px;
    margin: 15px 0 10px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:90%;
}
.page_news ul li p{
    overflow: hidden;
    height: 48px;
    margin-bottom: 20px;
    color: #999999;
    font-size: 13px;
    line-height: 24px;
}
.page_news ul li i{
    padding: 20px 0 5px;
    color: #828282;
    font-size: 14px;
    border-top: 1px solid #eeeeee;
    position: relative;
    display: block;
    font-style: normal;
}
.page_news ul li i::after{
    content: '';
    display: block;
    width: 23px;
    height: 6px;
    background: url(../images/more.png) center no-repeat;
    position: absolute;
    right: 0;
    top: 57%;
}
.page_news ul>div{
    width: 325px;
    height: 500px;
    float: left;
    margin-right: 12px;
    margin-top: 40px;
}
.ddes{
    padding: 20px;
    background: #fff;
    height: 100%;
}
.page_news_tit a:hover::after{
    right: 16px;
}
.page_news_tit a::after {
    content: '';
    display: block;
    position: absolute;
    right: 22px;
    top: 50%;
    height: 6px;
    width: 17px;
    background: url(../images/icon.png) -109px -168px no-repeat;
    margin-top: -3px;
    transition: all 0.6s;
}
.page_news ul li:hover h3,.page_news ul li:hover i{
    color: #09a358;
}
/*fenye*/
.fenye {
    text-align:center;
    color:#666;
    font-size:14px;
    line-height:30px;
    padding:20px 0;
}
.fenye .rows {
    color:#666;
    font-size:13px;
    padding:0 10px;
}
.fenye .current {
    display: inline-block;
    color:#1d76f8;
    font-size:14px;
    padding:0 5px;
}
.fenye .num, .fenye .next {
    display:inline-block;
    margin:0 3px;
    padding:0 10px;
    border:1px solid #ddd;
    color:#666;
    font-size:14px;
    height:28px;
    line-height:27px;
    border-radius:5px;
}
.fenye .num:hover, .fenye .next:hover {
    background-color:#cc0000;
    color:#fff;
    border:1px solid #cc0000;
}
/*新闻详情*/
.main .main_right {
    width: 100%;
    padding-top: 5px;
    background: #fff;
    padding-bottom: 30px;
}
.main .tT01 {
    text-align:center;
    line-height:35px;
    padding-top:50px;
}
.main .tT01 .span1 {
    font-size:24px;
    color:#444;
}
.main .subtitle {
    font-size: 16px;
    line-height:40px;
    height: 40px;
    color: #8F8F8F;
    text-align:center;
    border-bottom: 1px solid #e5e5e5;
}
.main .subtitle span {
    padding:0 30px;
}
.main .subtitle .timea{
    background: url(../images/shijian.png) left center no-repeat;
}
.main .subtitle .liulan{
    background: url(../images/liulan.png) left center no-repeat;
}

.text {
    line-height: 35px;
    font-size: 15px;
    color: #333;
    padding: 17px;
}
.viewpage {
    width: 1350px;
    margin: 0 auto;
    padding:20px 0 50px 0;
}
.viewpage .main_r_nav {
    color:#999;
    font-size:14px;
    line-height:40px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f0f0f0;
    border-radius: 50px;
}
.viewpage .main_r_nav a {
    font-size:14px;
    color:#444
}
.viewpage .main_r_nav a:hover {
    text-decoration:underline;
}

/*产品列表页*/
.list_pro_con {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.list_pro_con>ul li{
    float: left;
    margin-top: 17px;
    border: 1px dashed #969696;
    margin-left: -8px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
    width: 14.6%;
    text-align: center;
    height: 40px;
}
.list_pro_con>ul{
    overflow: initial;
}
.list_pro_con>ul::after,.list_pro_con::after{
    content: '';
    display: block;
    clear: both;
}
.list_pro_con>ul li a{
    color: #333;
    width: 100%;
    height: 100%;
    display: block;
}
.list_pro_con>ul li:hover{
    border: 1px dashed #1557c1;
}
.list_pro_con>ul li:hover a{
    color: #1557c1;
}
/*产品详情页*/
.product_top {
}
.product_top .l_img {
    width:630px;
    height:630px;
    background-color:#fff;
    text-align:center;
    display:table;
}
.product_top .l_img span {/*display: table-cell; vertical-align:middle;*/
    display:block;
    width:100%;
    height:100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.product_top .l_img span img {
    width:550px;
    height:550px;
}
.product_top span img {
    display:inline-block;
    max-width:100%;
    max-height:100%;
    vertical-align:middle;
}
.product_top .r_box {
    width:680px;
}
.product_top .r_box .product_title {
    border-bottom:1px solid #ddd;
    padding:10px 0 8px 0;
}
.product_top .r_box .product_title h2 {
    font-weight:700;
    font-size:26px;
    color:#101010;
}
.miaoshu {
}
.product_top .subtitle {
    font-size:14px;
    color:#b7b7b7;
    padding-top:8px;
}
.product_top .subtitle span {
    display:block;
    padding-left:25px;
    line-height: 23px;
    height: 24px;
}
.product_top .subtitle span.span1 {
    background:url(../images/shijian.png) left center no-repeat;
}
.product_top .subtitle span.span2 {
    background:url(../images/liulan.png) left center no-repeat;
}
.product_top .keyword {
    height:40px;
    line-height:40px;
    font-size:15px;
    color:#717171;
}
.product_top .keyword span {
    font-size:18px;
    color:#0059A9;
}
.product_top .desc {
    font-size:14px;
    color:#717171;
    line-height:30px;
    margin-top: 15px;
}
.product_top .desc span {
    display:block;
    float:left;
    width:200px;
}
.product_top .desc p {
    display:block;
    width:680px;
    line-height: 28px;
    font-size: 15px;
    color: #8b8b8b;
    margin-bottom: 10px;
}
.product_top .lianxi {

}
.product_top .lianxi .a {
    display:block;
    height:50px;
    line-height:50px;
    float:left;
    margin-right:30px;
    color:#ff9000;
    font-size:18px;
    border-bottom:1px solid #ff9000;
    padding-left:28px;
}
.product_top .lianxi .a.a_qq {
    background:url(../images/qq.png) left center no-repeat;
}
.product_top .lianxi .a.a_tel {
    background:url(../images/teld.png) left center no-repeat;
}

.product_top .nyyslb{
    margin-top: 35px;
}
.product_top .nyyslb ul li{
    float: left;
    width: 170px;
    text-align: center;
}
.product_top .nyyslb ul li img{
    border:4px #09a358 solid;
    border-radius: 100px;
    padding: 3px
}
.product_top .nyyslb ul li span{
    color: #09a358;
    font-size: 18px;
    font-weight: bold;
    display: block;
    line-height: 45px;
}
.product_top .nyyslb ul li:hover img{
    transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}

.product_top .dianhua a {
    color:#fff;
    display: block;
}
.product_top .dianhua:hover {
    background-color:#fd4f2a;
}
.share {
    margin-top:10px;
}
.share .span1 {
    line-height:32px;
    color:#999;
    padding-right:10px;
    font-size:15px;
}

.xiangqing_top .a_nav {
    display:block;
    float:left;
    width:190px;
    background-cologr:#fff;
    border-bottom:2px solid #0054d3;
    color:#eea200;
    text-align:center;
    height:50px;
    line-height:50px;
    font-size:18px;
}
.xiangqing_top .a_nav.active {
    background-color:#0054d3;
    color:#fff;
}
.contenta {
    background: #fff;
    border: 1px solid #ddd;
}
.contact_title2 {
    text-align: center;
    font-size: 18px;
    color: #888;
}
.lx_b {
    width: 100%;
    height: 422px;
    border: 1px solid #000;
    margin-top: 30px;
}
.lx_list {
    background-color: #fff;
    width: 275px;
    margin: 39px 10px;
    min-height: 300px;
}
.lx_list p {
    line-height: 35px;
    font-size: 16px;
    color: #666;
    padding-left: 30px;
}
/*在线留言*/
.lybt{ text-align:center; margin-top:40px;}

.lybt span{font-size: 43px;line-height: 45px;text-transform: uppercase;color:#5a5a5a;}

.lybt h3{ display:block; font-size:20px; line-height:45px;color:#5a5a5a; background:url(../images/xiana.jpg) center center no-repeat;}

.liuyan{ margin-top:30px; text-align:center;}

.liuyan span{ font-size:20px;color:#0b9745;}

.liuyan a{ font-size:16px;color: #CCCCCC;}

.liuyan p{ font-size:16px;color: #666666; line-height:30px;}
#faqbox{}

#faqbox form{}

#faqbox .faqline{line-height:2em;text-align:left; padding-bottom:10px; color:#999; font-size:13px;}

#faqbox .faqtit{width:150px;display:block;float:left;clear:both;text-align:right; color:#555;}

#faqbox .Content{line-height:2em;text-align:left; padding-bottom:10px;}

#faqbox font{margin:0 5px;}

#faqbox .FaqTitle{ height:50px; line-height:50px; padding:0 10px; border:1px solid #ddd; width:435px; vertical-align:top;}

#faqbox .Content textarea{height:100px;}

.wizfrm{ border:none;width:455px;height:50px;line-height:50px;font-size:16px;color:#fff;text-align:center;cursor:pointer; margin-top:20px;  font-family:'Microsoft YaHei';-moz-transition: all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s; border-radius:5px;background-color:#0054d3; }

.wizfrm:hover{ background-color:#ff9600; }

.video_play {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 111111;
}
#Indexvideo {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.shipin{
    margin: 0 auto;
    display: block;
    width: 550px;
    margin-top: 100px;
        background: #fff;
        padding: 50px
}
#video_close {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/close.png);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -379px;
    margin-left: 328px;
    cursor: pointer;
}


.lc_con{
   width: 75%;
   margin: 0 auto;
   margin-top: 30px;
       height:175px;
    overflow: hidden;
}
.lc_con ul li{
	float: left;
	width: 12%;
	height: 175px;
	background: url(../images/yuan.png) center no-repeat;
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
    
}
.lc_con ul li a{
	height: 175px;
	overflow: hidden;
	display: block;
}
.lc_con ul li a .flimg{
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 12px;
    position: relative;
    border-radius: 100px;
    
}
.lc_con ul li a .flimg img{
	border-radius: 100px;
	width: 150px;
    height: 150px;
}
.lc_con ul li.active{
    transform: rotateY(360deg);
    background: url(../images/yuana.png) center no-repeat;
}
.lc_con ul li a .flimg span{
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 150px;
	height: 55px;
	background-color:rgba(0, 0, 0, 0.6);
	margin-left: -75px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}


.caseList {
   	overflow:hidden;
	z-index:10;
	height:320px;  
	margin-top:2%;	
}
.box{
	overflow:hidden;
	z-index:10;
	height:320px;
	width: 85%;
	margin: 0 auto;

}
.caseList ul {
}
.caseList li{
	float:left;
	margin-right:15px;
	width:400px;
	height:300px;
    background:#fff;
    position: relative;
    padding: 10px;
}
.caseList li a.imga {
	display:block;
	width:400px;
	height:300px;
	transition: 0.5s;
	transform: rotate(360deg) scale(1, 1);
}
.caseList li .aT {
    display: block;
    width: 400px;
    background: rgba(0,0,0,.7);
    position: absolute;
    bottom: 10px;
    height: 50px;
    line-height: 50px;
    left: 50%;
    margin-left: -200px;
    text-align: center;
}
.caseList li .aT span{
	color:#fff;
    font-size:16px;
}
.box ul {
	width:9999px;
	position:relative;
	z-index:10;
	display: block;
}
.caseList .box ul {
	float:left;
}
.caseList li:hover .aT{display: none;}

.text-desc {
	position: absolute;
	left: 0;
	top: 0;
	background-color:rgba(0, 0, 0, 0.6);
	height: 300px;
	opacity: 0;
	width: 100%;
}
.text-desc {
	transform: rotate(0deg) scale(0, 0);
	transition: 0.5s;
	opacity: 0;
	padding-top: 100px;
}
.caseList li:hover .text-desc {
	transform: rotate(360deg) scale(1, 1);
	opacity: 1;
	text-align: center;
}
.caseList li:hover .text-desc h3 a {
	color: #fff;
	font-size: 22px;
	line-height: 40px;
}
.caseList li:hover .text-desc p {
	color: #fff;
	font-size: 28px;
	line-height: 50px;
	font-family: "Arial";
	margin-top: 5px;
}
.myClass {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.wid {
    width: 1350px;
	margin:0px auto;
		background:url(../images/guanyu2.png) no-repeat center;
		height:530px;
}

.com_con{


   
}
.com_l{

    width: 800px;
    height: 475px;
	float:left;

    box-sizing: border-box;
    padding: 30px 140px 30px 50px;



}


.com_l p{
    font-size: 15px;
    color: #000;
    line-height: 30px;
 
}

.com_r{
    position: absolute;
	float:right;
    top: 20px;
   

}


.about_heng{ height:115px; width:650px; margin-top:20px;}
.about_heng ul li{ width:150px; height:115px; float:left; background:#F00; background:url(../images/gang1.jpg) no-repeat right; text-align:center;}

.about_heng ul li span{ font-size:50px; font-family:Impact; text-align:center; color:#FFF;}
.about_heng ul li p{ font-size:16px; text-align:center; color:#FFF;}



.albj{
    width: 100%;
	background:url(../images/about2.jpg) no-repeat top;

	z-index: 999;

}
.altel{
	width: 430px;
	height: 60px;
	position:relative;
	z-index:9999;
	margin-top:150px;

	background: #e70012;
border-bottom-left-radius:30px;
border-top-right-radius:30px;

	border: 3px #e70012 solid;
	margin: 0 auto;
}
.altel b{
	color: #fff;
	font-size: 32px;
	font-family: "Arial";
	font-weight: bold;
	line-height: 60px;
	padding-left: 20px;
	float: left;
	
}
.altel a{
	width: 175px;
	height: 60px;
	background: #fff;
	float: right;
	border-radius: 50px;
	text-align: center;
	line-height: 60px;
	color: #000;
	font-size: 20px;
}
.altel a:hover{
	background: #2e81dd;
		color: #fff;

}

.case_con{
    width: 95%;

    margin: 50px auto 0 auto;
    overflow: hidden;
}
.case_go{
    width: 99999px;
    position: relative;
}
.case_go ul li {
    width:525px;
    height: 500px;
    float: left;
    margin-left: 5px;
	margin-right: 5px;


    overflow: hidden;
	text-align: center;
}
.case_go ul li .alimg {
	display: block;
    width: 525px;
    height: 420px;
	overflow: hidden;
}
.myClassa{
	background-position:center center; 
	-webkit-background-size: cover;  
	-moz-background-size: cover;  
	-o-background-size: cover; 
	background-size:cover;
	width: 525px;
    height: 420px;
	    border-radius: 30px;
	transition: all 0.6s;
	}
.case_go ul li p{
	 text-align: center;
	 font-size: 18px;
	 color: #222;
	 line-height: 60px;
}
.case_go ul li p .altitle{

	font-size: 24px;
	color: #000;
	font-weight:bold;
	display:block;
	background:#fff;
	line-height:40px;
	margin:0px auto;
	position:relative; margin-top:-60px;
	width:355px; height:120px;
	border-radius: 25px;
}
.case_go ul li p .almore{
	float: right;
	color: #cdcdcd;
	font-size: 20px;
}
.case_go ul li:hover .altitle{
	color: #ff810e;
	
	padding-left: 15px;
}
.case_go ul li:hover .almore{
   color: #155cbc;
}

.case_go ul li:hover .alimg .myClassa{
    transform: scale(1.1);
	  border-radius: 30px;
}
.case_a,.case_b{
    float: left;
}


.five{width: 100%;height: 100%;position: absolute;top: 0;z-index: -1}
.five_bj{width: 1350px;margin: 0 auto;}
.five_left{width: 280px;margin-top: 100px;}
.five_left h3{color: #fff;font-size: 33px;font-weight: bold;}
.five_left b{font-family: "Arial";font-size: 30px;color: #fff;}
.five_left em{display: block;width: 78px;height: 21px;background: url(../images/line.png) left center no-repeat;margin-bottom: 45px;}
.five_left p{font-size: 14px;color: #f1f1f1;line-height: 26px;}
.five_left a{display: block;margin-top: 100px;}
.five_left a:hover{padding-left: 50px;transition: all 1.2s;}

.five_right{width: 1350px;height:460px;margin-top: 50px;}
.five_right ul li{width: 410px;height: 460px;background: #fff;margin-right: 20px;margin-left: 20px; float: left;border-radius: 25px 0 0 0;position: relative;}
.five_right ul li .xwimg{width: 410px;height: 270px;overflow: hidden;border-radius: 25px 0 25px 0}
.five_right ul li .xwimg img{width: 410px;height: 270px;}

.five_right ul li .xwtitle{width: 370px;margin: 0 auto;margin-top: 15px;}
.five_right ul li .xwtitle .xwtit{color: #000;font-size: 16px;line-height: 45px;height: 45px;overflow: hidden;font-weight: bold;}
.five_right ul li .xwtitle p{font-size: 14px;color: #333;line-height: 25px;height: 50px;overflow: hidden;}
.five_right ul li .xwtitle span{font-size: 15px;color: #6e6e6e;background: url(../images/time.png) left center no-repeat;padding-left: 30px;display: block;margin-top: 20px;font-family: "Arial"}
.five_right ul li:hover .xwimg img{	transition: all 1.2s;transform: scale(1.2, 1.2);}
.five_right ul li:hover .xwimg span{background: #1b5cba}
.five_right ul li:hover .xwtitle .xwtit{color: #0058c7;padding-left: 16px;transition: all 1.2s;}
.five_right ul li .xwtitle .xwmore{
    display: block;
    width: 95px;
    height: 32px;
    background: #fe0000;
    position: absolute;
    right: -20px;
    bottom: 26px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
}
.five_right ul li:hover .xwtitle .xwmore{background: #0058c7}



.sixbj{
	width: 1350px;
	margin: 0 auto;
}



.zhuan{ width:665px; height:665px; float:left; margin-left:150px; background:url(../images/liuan6.png) no-repeat center;
	}


.zhuan h3{ font-size:40px; font-weight:bold; color:#FFF; text-align:center; line-height:80px;

	

	 
}

.zhuan p{ font-size:18px;  color:#FFF; text-align:center; line-height:36px;

	

	 
}
	
.henggang3{
	width:1280px; height:125px; margin:0px auto;
	position:relative; margin-top:-282px;
	background:url(../images/henggang3.png) no-repeat center;
	
	}
.henggang3 ul  li{
	width:260px; height:125px;  float:left; text-align:center; color:#FFF; font-size:18px;
	}
	
	.henggang3 ul li:nth-child(4){
	width:480px; height:125px;  float:left; text-align:center; color:#FFF; font-size:16px;
	}
.henggang3 ul  li img{
	width:50px; height:50px; display:block; margin:15px auto;
	}

	
.henggang4{
	width:1280px; height:230px; margin:0px auto;
	position:relative; margin-top:-0px;
	background:#FFF;

	
	}
.sixtel{position: relative;margin-right: 100px;}
.lxtel{
	margin-top: 20px;
}
.lxtel ul li{
	width: 490px;
	height: 55px;
	background:#0058c7;
	margin-bottom: 25px;
	line-height: 55px;
}
.lxtel ul li img{
	border-right: 1px #1f6cce solid;
	float: left;
}
.lxtel ul li p{
	float: right;
	width: 400px;
	color: #fff;
	font-size: 16px;
}
.lxtel ul li p span{
	font-size: 23px;
	font-family: "Arial"
}
.sycopy{
	font-size: 15px;
	color: #000
}
.sycopy a{
	color: #000;
}



.lian_b{
	width:1360px; height:665px; padding-top:80px; margin:0px auto;}